toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.callback
/
[jvm]BeforeUnloadCallback
/
Params
Params
interface
Params
The parameters of the
BeforeUnloadCallback
.
Members
Functions
is
Reload
Link copied to clipboard
open
fun
isReload
(
)
:
Boolean
Returns
true
if the web page is going to be reloaded,
false
when a new navigation is started.
leave
Action
Text
Link copied to clipboard
open
fun
leaveActionText
(
)
:
String
Returns a string that represents the localized text of the "Leave" action.
message
Link copied to clipboard
open
fun
message
(
)
:
String
Returns a string that represents the localized text of the before unload warning.
stay
Action
Text
Link copied to clipboard
open
fun
stayActionText
(
)
:
String
Returns a string that represents the localized text of the "Stay" action.
title
Link copied to clipboard
open
fun
title
(
)
:
String
Returns a string that represents the localized dialog title.